home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
PongTable.swf
/
scripts
/
DefineButton2_212
/
BUTTONCONDACTION on(keyPress Right).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
152 b
|
11 lines
on(keyPress "<Right>"){
if(455 >= _root.bar._x)
{
_root.bar._x += 20;
}
else
{
_root.bar._x = _root.bar._x;
}
}